home *** CD-ROM | disk | FTP | other *** search
/ 500 MB Nyheder Direkte fra Internet 6 / 500 MB nyheder direkte fra internet CD 6.iso / start / runzipm.bat < prev    next >
DOS Batch File  |  1995-05-30  |  124b  |  10 lines

  1. @echo off
  2. if exist %1:\START\zm30\zm.exe goto dosit
  3. goto exit
  4. :dosit
  5. CD %1:\START\ZM30
  6. ZM %1 C
  7. %1:
  8. CD \START
  9. :exit
  10.